home *** CD-ROM | disk | FTP | other *** search
/ Garden Fax: Fruits, Vegetables & Herbs / Garden Fax - Fruits, Vegetables & Herbs (1991)(CDTV Publishing)[!].iso / s / startupii < prev   
Text File  |  1978-01-06  |  808b  |  23 lines

  1. resident c:Resident pure
  2. resident c:CD pure
  3. resident c:Mount pure ;the next 3 are loaded for speed during startup
  4. resident c:Assign pure
  5. resident c:Makedir pure  
  6. ;make IF, ENDIF, ELSE, SKIP, ENDSKIP, and ECHO resident if
  7. ;you use scripts much, and can afford the ram.
  8. ;also make Failat, WAIT, and ENDCLI resident if you use IconX a lot
  9. makedir ram:t
  10. assign T: ram:t ;set up T: directory for scripts
  11. makedir ram:env ; set up ENV: directory
  12. assign ENV: ram:env
  13. makedir ram:clipboards ;set up CLIPS: assign
  14. assign CLIPS: ram:clipboards
  15. mount speak: ;just mounting doesn't take much ram at all
  16. mount aux:
  17. mount pipe:
  18. resident Mount remove ;if you have enough ram, keep these resident
  19. resident Assign remove  ;by removing these lines
  20. resident Makedir remove
  21. ;
  22. break 1 C ;signal to other process its ok to finish
  23.